projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c67d0
)
arm/km: disable ls (through jffs2 support)
author
Valentin Longchamp
<
[email protected]
>
Tue, 31 May 2011 02:12:48 +0000
(
02:12
+0000)
committer
U-Boot
<uboot@lilith.(none)>
Tue, 31 May 2011 17:45:34 +0000
(19:45 +0200)
This is not supported on our km-arm boards since we have defined
CONFIG_SYS_NO_FLASH for our NAND Flash chip.
With CONFIG_CMD_JFFS2, the ls command is present and works very badly
on our km-arm boards.
Signed-off-by: Valentin Longchamp <
[email protected]
>
Signed-off-by: Holger Brunck <
[email protected]
>
Acked-by: Heiko Schocher <
[email protected]
>
Acked-by: Prafulla Wadaskar <
[email protected]
>
cc: Wolfgang Denk <
[email protected]
>
cc: Detlev Zundel <
[email protected]
>
include/configs/km/km_arm.h
patch
|
blob
|
history
diff --git
a/include/configs/km/km_arm.h
b/include/configs/km/km_arm.h
index 5a915f3084dfc35c5890b321f1c27042db63e021..9c704fc5edcea32ac7ba2eedec05ef50ca0af294 100644
(file)
--- a/
include/configs/km/km_arm.h
+++ b/
include/configs/km/km_arm.h
@@
-260,6
+260,7
@@
int get_scl(void);
#if defined(CONFIG_SYS_NO_FLASH)
#define CONFIG_KM_UBI_PARTITION_NAME "ubi0"
#undef CONFIG_FLASH_CFI_MTD
+#undef CONFIG_CMD_JFFS2
#undef CONFIG_JFFS2_CMDLINE
#endif